const runtime.mallocHeaderSize
9 uses
runtime (current package)
malloc.go#L1071: if size <= maxSmallSize-mallocHeaderSize {
malloc.go#L1148: size += mallocHeaderSize
malloc.go#L1169: x = add(x, mallocHeaderSize)
malloc.go#L1170: size -= mallocHeaderSize
mbitmap.go#L71: mallocHeaderSize = 8
mbitmap.go#L192: addr += mallocHeaderSize
mfinal.go#L447: base += mallocHeaderSize
msize.go#L16: if reqSize <= maxSmallSize-mallocHeaderSize {
msize.go#L19: reqSize += mallocHeaderSize
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |